home *** CD-ROM | disk | FTP | other *** search
/ EDUCORP 8 / Educorp2Compilation.sit / educorp2 / Demos / PowerTools Demo / SmartChart™ Demo.rsrc / STR#_1705.txt < prev    next >
Encoding:
Text File  |  1987-02-09  |  157 b   |  19 lines

  1. #PROCEDURE <function_name> (<parameters>) : <type>;
  2.  
  3. #
  4.  
  5. +VAR
  6.  
  7. +<variable_declarations>;
  8.  
  9. -
  10.  
  11. #BEGIN
  12.  
  13. +<statements>
  14.  
  15. #RETURN <result>;
  16.  
  17. -END <function_name>;
  18.  
  19.